Search Result for "data segment":

The Free On-line Dictionary of Computing (30 December 2018):

data segment The range of memory locations where the initialised data of a program produced by a Unix linker is located. Executable code is located in the code segment and uninitialised data in the bss segment. (2004-02-24)